home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / shane.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  311 b   |  13 lines

  1. on exitFrame
  2.   global IQcursor
  3.   if rollOver(4) then
  4.     set the visible of sprite 7 to 0
  5.   else
  6.     set the visible of sprite 7 to 1
  7.   end if
  8.   set the cursor of sprite 4 to IQcursor
  9.   set the cursor of sprite 5 to IQcursor
  10.   set the cursor of sprite 6 to IQcursor
  11.   set the cursor of sprite 7 to IQcursor
  12. end
  13.